Table 3–1: File-specific events
|
Event
|
Operation
|
|
|
Called before a Check Syntax. Returning p_ok as FALSE cancels the operation.
|
|
|
Called before a Partial Check Syntax. Returning p_ok as FALSE cancels the operation.
|
|
|
Called before a file is to be closed. Returning p_ok as FALSE cancels the operation.
|
|
|
Called before a file is to be compiled. Returning p_ok as FALSE cancels the operation.
|
|
|
Same as BEFORE-RUN, except DEBUG is chosen.
|
|
|
Called before a file is to be opened. Returning p_ok as FALSE cancels the operation.
|
|
|
Called before a file is written to disk for a run. Returning p_ok as FALSE cancels the operation.
|
|
|
FALSE before a file is to be saved. Returning p_ok as FALSE cancels the operation.
|
|
|
Called after a Check Syntax.
|
|
|
Called after a Partial Check Syntax.
|
|
|
Called after a window or buffer is closed.
|
|
|
Called after a file is compiled.
|
|
|
Same as RUN, except DEBUG was chosen. Returning p_ok as FALSE cancels the operation.
|
|
|
Called after a new window/dialog box is created.
|
|
|
Called after a file is opened.
|
|
|
Called after RUN of file ends.
|
|
|
Called after a file is saved.
|